Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got Mac builds to stop failing on Travis-CI by... #247

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

bokov
Copy link
Contributor

@bokov bokov commented Nov 8, 2019

  1. removing the xcode8.3 setting, letting the current default (and newer) version of xcode be used instead.
  2. taking the before_install script back out because now the data.table binary is again available.

Fixes #246. Fixes #242

Please ensure the following before submitting a PR:

  • if suggesting code changes or improvements, open an issue first
  • for all but trivial changes (e.g., typo fixes), add your name to DESCRIPTION
  • for all but trivial changes (e.g., typo fixes), documentation your change in NEWS.md with a parenthetical reference to the issue number being addressed
  • if changing documentation, edit files in /R not /man and run devtools::document() to update documentation
  • add code or new test files to /tests for any new functionality or bug fix
  • make sure R CMD check runs without error before submitting the PR

…e8.3 setting, letting the current default (and newer) version of xcode be used instead. Also took the before_install script back out because now the data.table binary is again available. Fixes gesistsa#246. Fixes gesistsa#242
@bokov
Copy link
Contributor Author

bokov commented Nov 8, 2019

Also, removed sudo, renamed matrix to jobs in accordance with Travis-CI's warnings/suggestions.

https://travis-ci.org/bokov/rio/jobs/609046329/config

@bokov
Copy link
Contributor Author

bokov commented Nov 13, 2019

The Appveyor tests are no longer failing for this PR:

https://ci.appveyor.com/project/bokov/rio/builds/28837111

The upstream problem causing #244 is fixed by CRAN updating their directory structure.

If you rebuild your version this PR will no longer be failing.

bokov added a commit to bokov/rio that referenced this pull request Nov 14, 2019
@bokov
Copy link
Contributor Author

bokov commented Nov 14, 2019

If the reason for this PR not being accepted is that xcode8.3 is a requirement, I now have an alternate .travis.yml for xcode8.3. It's slower than this one, but avoids timeouts by splitting MacOS into two separate stages. It can be seen here: https://travis-ci.org/bokov/rio/builds/612038019

The other changes are: llvm homebrew install commented out (data.table binaries up to date on CRAN again), removed deprecated setting sudo, and renamed matrix to jobs as per current Travis CI format.

Please let me know if you would like me to submit that one as a PR and retract this one.

@leeper leeper merged commit 38d19a6 into gesistsa:master Dec 17, 2019
@leeper
Copy link
Contributor

leeper commented Dec 17, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants